-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update of TFM & dependency optimisation #578
Update of TFM & dependency optimisation #578
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider dropping net5
as it is not supported anymore and adding net8
.
I don't see a benefit in adding dotnet 8 as the dotnet 6 compilation will be used. Will remove net 5. Thoughts on also dropping net 452, net 46 as it is the same as the net 451 compilation. |
6c9f3a4
to
6465f65
Compare
Yes, this is a good idea to optimize monikers 👍 |
Quality Gate passedIssues Measures |
@oformaniuk i have just gone & dropped those 2 TFM's from the package. |
@oformaniuk should be Fixed in #579 |
By adjusting the TFM'S we have been able to produce a package with no dependencies on the latest frameworks hence an optimised dependency graph.
The following frameworks have been added:
The following frameworks even though requested was not added:
The following frameworks were removed:
Closes: #573
Closes: #415